home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / rfd12.arc / RFD.DOC < prev   
Text File  |  1990-06-09  |  1KB  |  24 lines

  1.  
  2.  ╔════════════════════════════════════════════════════════════════════════╗
  3.  ║   Program    : RFD.COM                          ║
  4.  ║   Programmer : J. Stephen Redmond                      ║
  5.  ║     Source : PC Magazine vol. 6 no. 22 Dec. 22, 1987 'user to user'  ║
  6.  ║     Syntax : RFD [d:]path [/Y]                      ║
  7.  ║  Description : RFD removes the files and usbdirectory specified by the ║
  8.  ║          path argument on the command line. RFD has two modes of ║
  9.  ║          operation: 1> default command line mode, 2> batch mode. ║
  10.  ║          1> Default - warning is issued and user must respond      ║
  11.  ║                   to proceed. (see warning message).      ║
  12.  ║          2> Batch   - specify '/Y' argument on cmmand line.      ║
  13.  ║                   No warning will be issued and program will ║
  14.  ║                   attempt to remove director.          ║
  15.  ║          Both modes of operation issue an ERRORLEVEL code upon   ║
  16.  ║          termination as follows:                  ║
  17.  ║                   99 - Syntax error              ║
  18.  ║                   98 - Operator terminated           ║
  19.  ║                             16 - Attempted to delete current directory ║
  20.  ║                5 - Protected file in subdirectory      ║
  21.  ║                3 - Path not found              ║
  22.  ║                0 - Successful completion          ║
  23.  ╚════════════════════════════════════════════════════════════════════════╝
  24.